




/*
     FILE ARCHIVED ON 3:50:33 Dec 24, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:57:16 Feb 2, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* 
Theme Name: Responsive 
Theme URI: http://themeid.com/responsive-theme/ 
Description: Responsive WordPress Theme that features 9 page Templates such as Blog, Blog Summary and Template based layout designs: sidebar/content, sidebar/content half, content/sidebar and content/sidebar half. There is also full width page, sitemap Template as well as landing page for your PPC or any other purposes. Responsive also supports 9 widget areas and best of all this Theme is crafted with fluid proportion-based grid system of our own to adapt the design to the viewing environment. There are also Theme Options to control the content, webmaster tools, logo managament, social icons and 4 navigation menus. Currently translated in German, French, Portuguese, Italian, Swedish, Malay, Catalan, Spanish, Bulgarian, Norwegian, Croatian, Serbian, Persian and Polish language. Everything is backed by our FREE dedicated support forums @ http://themeid.com/support

Version: 1.6.7h1><?php the_title(); ?></h1>
Author: ThemeID 
Author URI: http://themeid.com
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready

Copyright (C) 2003-2012 Emil Uzelac - ThemeID 
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt 
	
NOTE: DO NOT EDIT THIS FILE, IF YOU DO IT WILL BE OVERWRITTEN BY THE NEXT UPDATE. CREATE CHILD THEME INSTEAD.
See: http://codex.wordpress.org/Child_Themes and http://themeid.com/forum/forum/12/responsive-documentation/
	
CSS Rules: Sorted alphabetically for better organization.
*/
	
/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */


/* =Base
-------------------------------------------------------------- */
html {

}

body {
}

body, html {
	background: URL("/en/wp_content/uploads/2013/06/bg7.png") #08316d;
	background-repeat: no-repeat;
	background-position: center 20px;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #f1f1f1;
	font-weight: 400;
}

/* =Typography
-------------------------------------------------------------- */
p {  
   	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
	font-color: #f1f1f1;
}


/* =Responsive 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
-------------------------------------------------------------- */
.grid {
	float:left;
	margin-bottom:2.127659574468%;
	padding-top:0;
}

.grid-right {
	float:right;

	padding-top:0;
}


.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
	display:inline;
	margin-right:2.127659574468%;
}

.col-60 {
	width:6.382978723404%;
}

.col-140 {
	width:14.893617021277%;
}

.col-220 {
	width:23.404255319149%;
}

.col-300 {
	width:31.914893617021%;
}

.col-380 {
	width:40.425531914894%;
}

.col-460 {
	width:48.936170212766%;
}

.col-540 {
	width:57.446808510638%;
}

.col-620 {
	width:65.957446808511%;
}

.col-700 {
	width:74.468085106383%;
}

.col-780 {
	width:82.978723404255%;
}

.col-860 {
	width:91.489361702128%;
}

.col-940 {
	width:100%;
}

/* .fit is the very last item in your grid 
   to keep your columns inline
*/
.fit {
	margin-left:0!important;
	margin-right:0!important;
}


/* =Links
-------------------------------------------------------------- */
a {
	color: #ffed00;
	font-weight: 300;

}

.flernyheter {
	font-size: 13px;
	padding-left: 25px;
}

.flernyheter a:hover {
	color: #ccc;
}

a:hover {
	color: #ccc;
}

/* =Forms
-------------------------------------------------------------- */
fieldset {
	border:1px solid #ccc;
	margin:0 0 1.5em;
	padding:1em 2em;
}

legend {
	padding:2px 5px;
}

label {
	display:block;
	font-weight:700;
	padding:2px 0;
}

form div {
	clear:both;
}

input[type="text"], input[type="password"], select {

	
	border-radius:3px;
	margin:0;
	outline:none;
	padding:12px 8px;
	vertical-align:middle;
	width:80%;
}

select {
	height:auto;
	width:70%;
}

textarea, .area {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-sizing: border-box;
	background:#fff;
	border:1px solid #eee;
	
	border-radius:3px;
	height:auto;
	overflow:auto;
	margin:0;
	outline:none;
	padding:8px 10px;
	width:83%;
	height: 200px;
}

input, select {
	cursor:pointer;
}

input:focus, textarea:focus, area:focus {
	background:#fff;
}

input[type='text'], input[type='password'] {
	cursor:text;
}

/* =Buttons
-------------------------------------------------------------- */
button, a.button, input[type='button'], input[type='submit'], input[type='reset'] {
	
	background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-o-linear-gradient(top, #ffffff, #eaeaea);
	background-image:linear-gradient(top, #ffffff, #eaeaea);
	box-shadow:0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border: 0px;
	float: right;
	color:#555;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	font-weight:700;
	margin:0;
	padding:7px 10px;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	vertical-align:middle;
	white-space:nowrap;

	margin-top: 10px;
	margin-right: 105px;

}

button:hover, a.button:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover {

}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align:center;
}

.call-to-action a.button {
	font-size:24px;
	padding:15px 35px;
}

.call-to-action a.button:hover {
	text-decoration:none;
}

.ie7 .call-to-action a.button {
	padding:15px 35px 18px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size:10px;
	padding:3px 6px;
}

.medium a.button {
	font-size:16px;
	padding:8px 16px;
}

.large a.button {
	font-size:18px;
	padding:10px 35px;
}

.xlarge a.button {
	font-size:24px;
	padding:12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color:#4682b4;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#5fb0f4), to(#4682b4));
	background-image:-webkit-linear-gradient(top, #5fb0f4, #4682b4);
	background-image:-moz-linear-gradient(top, #5fb0f4, #4682b4);
	background-image:-ms-linear-gradient(top, #5fb0f4, #4682b4);
	background-image:-o-linear-gradient(top, #5fb0f4, #4682b4);
	background-image:linear-gradient(top, #5fb0f4, #4682b4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5fb0f4, endColorstr=#4682b4);
	border:1px solid #386890;
	color:#fff;
	text-shadow:0 1px 0 #386890;
}

a.blue:hover {
	background-color:#4682b4;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#4682b4), to(#4682b4));
	background-image:-webkit-linear-gradient(top, #4682b4, #4682b4);
	background-image:-moz-linear-gradient(top, #4682b4, #4682b4);
	background-image:-ms-linear-gradient(top, #4682b4, #4682b4);
	background-image:-o-linear-gradient(top, #4682b4, #4682b4);
	background-image:linear-gradient(top, #4682b4, #4682b4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4682b4, endColorstr=#4682b4);
	border:1px solid #386890;
	color:#fff;
	text-shadow:0 1px 0 #386890;
}

a.red {
	background-color:#b22222;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ed2e2e), to(#b22222));
	background-image:-webkit-linear-gradient(top, #ed2e2e, #b22222);
	background-image:-moz-linear-gradient(top, #ed2e2e, #b22222);
	background-image:-ms-linear-gradient(top, #ed2e2e, #b22222);
	background-image:-o-linear-gradient(top, #ed2e2e, #b22222);
	background-image:linear-gradient(top, #ed2e2e, #b22222);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed2e2e, endColorstr=#b22222);
	border:1px solid #8e1b1b;
	color:#fff;
	text-shadow:0 1px 0 #8e1b1b;
}

a.red:hover {
	background-color:#b22222;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#b22222), to(#b22222));
	background-image:-webkit-linear-gradient(top, #b22222, #b22222);
	background-image:-moz-linear-gradient(top, #b22222, #b22222);
	background-image:-ms-linear-gradient(top, #b22222, #b22222);
	background-image:-o-linear-gradient(top, #b22222, #b22222);
	background-image:linear-gradient(top, #b22222, #b22222);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b22222, endColorstr=#b22222);
	border:1px solid #8e1b1b;
	color:#fff;
	text-shadow:0 1px 0 #8e1b1b;
}

a.orange {
	background-color:#ff8C00;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fdc37d), to(#ff8C00));
	background-image:-webkit-linear-gradient(top, #fdc37d, #ff8C00);
	background-image:-moz-linear-gradient(top, #fdc37d, #ff8C00);
	background-image:-ms-linear-gradient(top, #fdc37d, #ff8C00);
	background-image:-o-linear-gradient(top, #fdc37d, #ff8C00);
	background-image:linear-gradient(top, #fdc37d, #ff8C00);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdc37d, endColorstr=#ff8C00);
	border:1px solid #cc7000;
	color:#fff;
	text-shadow:0 1px 0 #cc7000;
}

a.orange:hover {
	background-color:#ff8C00;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff8C00), to(#ff8C00));
	background-image:-webkit-linear-gradient(top, #ff8C00, #ff8C00);
	background-image:-moz-linear-gradient(top, #ff8C00, #ff8C00);
	background-image:-ms-linear-gradient(top, #ff8C00, #ff8C00);
	background-image:-o-linear-gradient(top, #ff8C00, #ff8C00);
	background-image:linear-gradient(top, #ff8C00, #ff8C00);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8C00, endColorstr=#ff8C00);
	border:1px solid #cc7000;
	color:#fff;
	text-shadow:0 1px 0 #cc7000;
}

a.green {
	background-color:#2e8b57;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#46d686), to(#2e8b57));
	background-image:-webkit-linear-gradient(top, #46d686, #2e8b57);
	background-image:-moz-linear-gradient(top, #46d686, #2e8b57);
	background-image:-ms-linear-gradient(top, #46d686, #2e8b57);
	background-image:-o-linear-gradient(top, #46d686, #2e8b57);
	background-image:linear-gradient(top, #46d686, #2e8b57);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#46d686, endColorstr=#2e8b57);
	border:1px solid #256f46;
	color:#fff;
	text-shadow:0 1px 0 #256f46;
}

a.green:hover {
	background-color:#2e8b57;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#2e8b57), to(#2e8b57));
	background-image:-webkit-linear-gradient(top, #2e8b57, #2e8b57);
	background-image:-moz-linear-gradient(top, #2e8b57, #2e8b57);
	background-image:-ms-linear-gradient(top, #2e8b57, #2e8b57);
	background-image:-o-linear-gradient(top, #2e8b57, #2e8b57);
	background-image:linear-gradient(top, #2e8b57, #2e8b57);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e8b57, endColorstr=#2e8b57);
	border:1px solid #256f46;
	color:#fff;
	text-shadow:0 1px 0 #256f46;
}

a.purple {
	background-color:#9932cc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#d481fd), to(#9932cc));
	background-image:-webkit-linear-gradient(top, #d481fd, #9932cc);
	background-image:-moz-linear-gradient(top, #d481fd, #9932cc);
	background-image:-ms-linear-gradient(top, #d481fd, #9932cc);
	background-image:-o-linear-gradient(top, #d481fd, #9932cc);
	background-image:linear-gradient(top, #d481fd, #9932cc);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d481fd, endColorstr=#9932cc);
	border:1px solid #7a28a3;
	color:#fff;
	text-shadow:0 1px 0 #7a28a3;
}

a.purple:hover {
	background-color:#9932cc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#9932cc), to(#9932cc));
	background-image:-webkit-linear-gradient(top, #9932cc, #9932cc);
	background-image:-moz-linear-gradient(top, #9932cc, #9932cc);
	background-image:-ms-linear-gradient(top, #9932cc, #9932cc);
	background-image:-o-linear-gradient(top, #9932cc, #9932cc);
	background-image:linear-gradient(top, #9932cc, #9932cc);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9932cc, endColorstr=#9932cc);
	border:1px solid #7a28a3;
	color:#fff;
	text-shadow:0 1px 0 #7a28a3;
}

a.pink {
	background-color:#ff69b4;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fcb8da), to(#ff69b4));
	background-image:-webkit-linear-gradient(top, #fcb8da, #ff69b4);
	background-image:-moz-linear-gradient(top, #fcb8da, #ff69b4);
	background-image:-ms-linear-gradient(top, #fcb8da, #ff69b4);
	background-image:-o-linear-gradient(top, #fcb8da, #ff69b4);
	background-image:linear-gradient(top, #fcb8da, #ff69b4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcb8da, endColorstr=#ff69b4);
	border:1px solid #cc5490;
	color:#fff;
	text-shadow:0 1px 0 #cc5490;
}

a.pink:hover {
	background-color:#ff69b4;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff69b4), to(#ff69b4));
	background-image:-webkit-linear-gradient(top, #ff69b4, #ff69b4);
	background-image:-moz-linear-gradient(top, #ff69b4, #ff69b4);
	background-image:-ms-linear-gradient(top, #ff69b4, #ff69b4);
	background-image:-o-linear-gradient(top, #ff69b4, #ff69b4);
	background-image:linear-gradient(top, #ff69b4, #ff69b4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff69b4, endColorstr=#ff69b4);
	border:1px solid #cc5490;
	color:#fff;
	text-shadow:0 1px 0 #cc5490;
}

a.brick {
	background-color:#ff6347;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fcad9f), to(#ff6347));
	background-image:-webkit-linear-gradient(top, #fcad9f, #ff6347);
	background-image:-moz-linear-gradient(top, #fcad9f, #ff6347);
	background-image:-ms-linear-gradient(top, #fcad9f, #ff6347);
	background-image:-o-linear-gradient(top, #fcad9f, #ff6347);
	background-image:linear-gradient(top, #fcad9f, #ff6347);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcad9f, endColorstr=#ff6347);
	border:1px solid #cc4f39;
	color:#fff;
	text-shadow:0 1px 0 #cc4f39;
}

a.brick:hover {
	background-color:#ff6347;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff6347), to(#ff6347));
	background-image:-webkit-linear-gradient(top, #ff6347, #ff6347);
	background-image:-moz-linear-gradient(top, #ff6347, #ff6347);
	background-image:-ms-linear-gradient(top, #ff6347, #ff6347);
	background-image:-o-linear-gradient(top, #ff6347, #ff6347);
	background-image:linear-gradient(top, #ff6347, #ff6347);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6347, endColorstr=#ff6347);
	border:1px solid #cc4f39;
	color:#fff;
	text-shadow:0 1px 0 #cc4f39;
}

a.gold {
	background-color:#daa520;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fbd577), to(#daa520));
	background-image:-webkit-linear-gradient(top, #fbd577, #daa520);
	background-image:-moz-linear-gradient(top, #fbd577, #daa520);
	background-image:-ms-linear-gradient(top, #fbd577, #daa520);
	background-image:-o-linear-gradient(top, #fbd577, #daa520);
	background-image:linear-gradient(top, #fbd577, #daa520);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbd577, endColorstr=#daa520);
	border:1px solid #ae841a;
	color:#fff;
	text-shadow:0 1px 0 #ae841a;
}

a.gold:hover {
	background-color:#daa520;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#daa520), to(#daa520));
	background-image:-webkit-linear-gradient(top, #daa520, #daa520);
	background-image:-moz-linear-gradient(top, #daa520, #daa520);
	background-image:-ms-linear-gradient(top, #daa520, #daa520);
	background-image:-o-linear-gradient(top, #daa520, #daa520);
	background-image:linear-gradient(top, #daa520, #daa520);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#daa520, endColorstr=#daa520);
	border:1px solid #ae841a;
	color:#fff;
	text-shadow:0 1px 0 #ae841a;
}

a.brown {
	background-color:#8b4513;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#d3691d), to(#8b4513));
	background-image:-webkit-linear-gradient(top, #d3691d, #8b4513);
	background-image:-moz-linear-gradient(top, #d3691d, #8b4513);
	background-image:-ms-linear-gradient(top, #d3691d, #8b4513);
	background-image:-o-linear-gradient(top, #d3691d, #8b4513);
	background-image:linear-gradient(top, #d3691d, #8b4513);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3691d, endColorstr=#8b4513);
	border:1px solid #6f370f;
	color:#fff;
	text-shadow:0 1px 0 #6f370f;
}

a.brown:hover {
	background-color:#8b4513;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#8b4513), to(#8b4513));
	background-image:-webkit-linear-gradient(top, #8b4513, #8b4513);
	background-image:-moz-linear-gradient(top, #8b4513, #8b4513);
	background-image:-ms-linear-gradient(top, #8b4513, #8b4513);
	background-image:-o-linear-gradient(top, #8b4513, #8b4513);
	background-image:linear-gradient(top, #8b4513, #8b4513);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8b4513, endColorstr=#8b4513);
	border:1px solid #6f370f;
	color:#fff;
	text-shadow:0 1px 0 #6f370f;
}

a.silver {
	background-color:#c0c0c0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fbf8f8), to(#c0c0c0));
	background-image:-webkit-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image:-moz-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image:-ms-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image:-o-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image:linear-gradient(top, #fbf8f8, #c0c0c0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbf8f8, endColorstr=#c0c0c0);
	border:1px solid #9a9a9a;
	color:#111;
	text-shadow:0 1px 0 #fff;
}

a.silver:hover {
	background-color:#c0c0c0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
	background-image:-webkit-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image:-moz-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image:-ms-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image:-o-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image:linear-gradient(top, #c0c0c0, #c0c0c0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#c0c0c0);
	border:1px solid #9a9a9a;
	color:#111;
	text-shadow:0 1px 0 #fff;
}

a.gray {
	background-color:#696969;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#c0bfbf), to(#696969));
	background-image:-webkit-linear-gradient(top, #c0bfbf, #696969);
	background-image:-moz-linear-gradient(top, #c0bfbf, #696969);
	background-image:-ms-linear-gradient(top, #c0bfbf, #696969);
	background-image:-o-linear-gradient(top, #c0bfbf, #696969);
	background-image:linear-gradient(top, #c0bfbf, #696969);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0bfbf, endColorstr=#696969);
	border:1px solid #545454;
	color:#fff;
	text-shadow:0 1px 0 #111;
}

a.gray:hover {
	background-color:#696969;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#696969), to(#696969));
	background-image:-webkit-linear-gradient(top, #696969, #696969);
	background-image:-moz-linear-gradient(top, #696969, #696969);
	background-image:-ms-linear-gradient(top, #696969, #696969);
	background-image:-o-linear-gradient(top, #696969, #696969);
	background-image:linear-gradient(top, #696969, #696969);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#696969, endColorstr=#696969);
	border:1px solid #545454;
	color:#fff;
	text-shadow:0 1px 0 #111;
}

a.black {
	background-color:#000000;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#515151), to(#000000));
	background-image:-webkit-linear-gradient(top, #515151, #000000);
	background-image:-moz-linear-gradient(top, #515151, #000000);
	background-image:-ms-linear-gradient(top, #515151, #000000);
	background-image:-o-linear-gradient(top, #515151, #000000);
	background-image:linear-gradient(top, #515151, #000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#515151, endColorstr=#000000);
	border:1px solid #000000;
	color:#fff;
	text-shadow:0 1px 0 #000000;
}

a.black:hover {
	background-color:#000000;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#191919), to(#000000));
	background-image:-webkit-linear-gradient(top, #191919, #000000);
	background-image:-moz-linear-gradient(top, #191919, #000000);
	background-image:-ms-linear-gradient(top, #191919, #000000);
	background-image:-o-linear-gradient(top, #191919, #000000);
	background-image:linear-gradient(top, #191919, #000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#000000);
	border:1px solid #000000;
	color:#fff;
	text-shadow:0 1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
	margin:0 0 20px 0;
	padding:15px;
	text-align:left;
}

.alert {
	background-color:#faebeb;
	border:1px solid #dc7070;
	color:#212121;
}

.success {
	background-color:#f9fde8;
	border:1px solid #a2bc13;
	color:#212121;
}

.notice {
	background-color:#fbf9e9;
	border:1px solid #e3cf57;
	color:#212121;
}

.information {
	background-color:#eef3f6;
	border:1px solid #6ca6cd;
	color:#212121;
}

.download {
	background-color:#fff4e5;
	border:1px solid #ff9912;
	color:#212121;
}

.address {
	background-color:#f6f5ef;
	border:1px solid #cdc9a5;
	color:#212121;
}

.msie-box {
	background-color:#f9edbe;
	border:1px solid #f0c36d;
	color:#212121;
	display:block;
	margin:0 auto;
	max-width:960px;
	padding:10px;
	position:absolute;
	top:60px;
	text-align:center;
	width:100%;
}

.msie-box a {
	color:#212121;
}

.required {
	color:#d5243f;
}

/* =Tables
-------------------------------------------------------------- */
table {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	width:100%;
}

th, td {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ccc;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type:disc;
}

ul ul {
	list-style-type:square;
}

ul ul ul {
	list-style-type:circle;
}

ol {
	line-height:22px;
	list-style-position:outside;
	list-style-type:decimal;
}

dt {
	font-weight:400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background:#f9f9f9;
	border:none;
	border-left:4px solid #d6d6d6;
	margin:20px;
	overflow:auto;
	padding:0 0 10px 12px;
}

blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	line-height:26px;
}


/* =Margins & Paddings
-------------------------------------------------------------- */
blockquote:first-child {
	margin:.8em 0;
}




th, td {
	padding:.8em;
}

caption {
	padding-bottom:.8em;
}

blockquote {
	padding:0 1em;
}

fieldset {
	margin:1.6em 0;
	padding:0 1em 1em;
}

legend {
	padding-left:.8em;
	padding-right:.8em;
}

legend+* {
	margin-top:1em;
}

textarea, input {
	padding:.3em .4em .15em;
}

select {
	padding:.1em .2em 0;
}

option {
	padding:0 .4em;
}

a {
	position:relative;
}

dt {
	margin-bottom:.4em;
	margin-top:.8em;
}

ul {
	margin-left:1.5em;
}

ol {
	margin-left:2.35em;
}

ol ol, ul ol {
	margin-left:2.5em;
}

form div {
	margin-bottom:.8em;
}


/* =Content
-------------------------------------------------------------- */

#header {
	width: 100%;
	position: fixed;
	height: 50px;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#072551), to(#07295b));
	background: -moz-linear-gradient(top,  #072551,  #07295b); */
	background-color: #072c61;
	box-shadow: 0px 1px 2px #062655;
	/*border-bottom: 1px solid #10356a;*/
	margin: 0px auto;
	padding: 0;
	z-index: 100100100;
}

#wrapper {
	width: 1010px;
	margin: 0px auto;
	z-index:-10;
}

#content {
	padding: 0px 34px;
	width: 595px;
	margin-right: 25px;
	padding-top: 34px;
	margin-bottom: 100px;
}

#upper-content {
	width: 1010px;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
}

#logo {
	width: 550px;
	height: 180px;
	margin: 0px auto;
	margin-top:110px;
	z-index: -5;
}


#outer-content {
	float: right;
	width: 665px;
	margin-bottom: -10px;
}

#content-archive {
	margin-bottom:20px;
}

#content-blog {
	padding: 0px 34px;
	width: 595px;
	margin-right: 25px;
	padding-top: 34px;
}

#content-blog h1 {
	
	color: #f1f1f1;
	font-weight: 500;
	
}

#content-blog .post-data {
	margin-bottom: 70px;
}

#content-blog h1 a, .post h1 {
	text-decoration: none;
	color: #f1f1f1;
	line-height: 32px;
	font-weight: 400;
	font-size: 25px;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 10px;


}

#content-blog a {
	color: #FFED00;
}

.post h1 {
	margin-top: 4px;
	text-decoration: none;
}

.post a {
	color: #FFED00;
	text-decoration: none;
}

.post h1 a { color: #F1f1f1; }

#content-blog h1 a:hover {
	color: #ccc;
}
 
#content-images {
	margin-bottom:20px;
}

#content-full {
	margin-left: -30px;
	margin-top:50px;
	margin-bottom:40px;
	min-height: 600px;
	padding: 35px 35px;
	background: URL("/en/contentbg6.png");
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content-full h1 { font-size: 27px; }

#content-sitemap {
	margin-bottom:20px;
}

#content-sitemap a {
	font-size:12px;
}

#content .sticky {
	clear:both;
}

#content .sticky p {
}

#content .bypostauthor {
}

/* =Templates
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, .page-template-landing-page-php .top-menu, .page-template-landing-page-php .footer-menu, .page-template-landing-page-php .sub-header-menu, .page-template-landing-page-php #header #search-box {
	display:none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	clear:both;
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}

#author-meta img {
	float:left;
	padding:10px;
}

#author-meta p {
	margin-top:5px;
	padding:0 5px 0 0;
}

#author-meta .about-author {
	font-weight:700;
	margin:10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border:1px solid #d6d6d6;
	border-radius: 6px;
	padding-bottom: 40px;
	width:99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align:center;
}

#featured-image {
	margin:40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left:-20px;
}

.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top:40px;
	text-align:center;
}

.featured-subtitle {
	padding:0 10px;
	text-align:center;
}

.featured-image img {
	margin-top:44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size:12px;
}

#cancel-comment-reply-link {
	color:#900;
}

.post-data {
	clear:both;
	font-size:11px;
	font-weight:700;
	margin-top:20px;
}

.post-data a {
	color:#111;
}

.post-entry {
	clear:both;
}

.post-meta {
	clear:both;
	color:#eee;
	font-size:13px;
	margin-bottom:10px;
}

.post-edit {
	clear:both;
	display:block;
	font-size:12px;
	margin:1.5em 0;
}

.post-search-terms {
	clear:both;
}

.read-more {
	clear:both;
	font-weight:700;
	margin-bottom: 70px;
	float: right;
	width: 120px;
	height: 30px;
	margin-top: 15px;
	margin-right: 20px;
}

#tillbaka {
	float: right;
}

.attachment-entry {
	clear:both;
	text-align:center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display:none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color:#aaa;
	font-size:18px;
	margin-left:5px;
}

.form-allowed-tags {
	font-size:10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {

	width: 100%;
	margin-bottom: 60px;
	padding-right: 34px;

}

#widgets {
	padding-top: 20px;
	margin-right: 10px;
	float: left;
	width: 317px;
	min-height: 761px;
	margin-top:50px;
	background: url("/web/20160326043549im_/http://melloboat.se/en/frontboxbg.png");
}

.home #widgets {
	margin-top:0;
}

#widgets a {
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:none;
}

#widgets #s {
	width: 217px;

	margin-bottom: 25px;
	margin-left: 10px;
}

#widgets #searchsubmit {
	margin-bottom: 25px;
	float: right;
	margin-right: 10px;
}

#widgets ul {
	
	width: 279px;
	margin: 0;
	margin-top: 15px;
	
}

.widget-wrapper a {
	color: #f1f1f1;
}

.widget-wrapper a:hover {
	color: #FFED00;
}

#widgets ul li {
	list-style: none;
	font-weight: 300;
	padding: 0;
	margin: 0;
		color: #444;
	font-size: 14px;
	
	margin-left: -64px;
	letter-spacing: 0.05em;
}

#widgets ul li a {
	text-decoration: none;

	padding: 17px 0px;
	border-bottom: 1px solid #17407C;
	padding-left: 33px;
	padding-right: 35px;
	margin-left: 24px;
	width: 250px;
	
}

.widget_nav_menu ul li a:hover {
	background-color: #f1f1f1;
	color: #FFED00;
}

.widget_nav_menu .current-menu-item a {
	background-color: #d1003b;
	color: #fff;
}

.widget_recent_entries {
	margin-top: 20px;
}

#widgets .widget-title img {
	float:right;
	height:11px;
	position:relative;
	top:4px;
	width:11px;
}

#widgets .rss-date {
	line-height:18px;
	padding:6px 12px;
}

#widgets .rssSummary {
	padding:10px;
}

#widgets cite {
	font-style:normal;
	line-height:18px;
	padding:6px 12px;
}

#widgets .textwidget, #widgets .tagcloud {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 23px;
	padding: 0px 34px;
	
}

#widgets .textwidget a {
	display:inline;
}

#widgets ul .children {
	border:none;
	margin:0;
	padding:0;
}

#widgets .author {
	font-weight:700;
	padding-top:4px;
}

.widget_archive select, #cat {
	display:block;
	margin:0 15px 0 0;
}

/* =Titles
-------------------------------------------------------------- */
.widget-title, .widget-title-home h3 {
	
	display:block;
	font-size:17px;
	font-weight:300;
	
	line-height:28px;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	color: #FFED00;
	text-transform: uppercase;
	padding-left: 34px;

}

.widget-title a {
	border-bottom:none;
	padding:0!important;
}

.title-404 {
	color:#933;
}

/* =Top Menu
-------------------------------------------------------------- */

#header-menu {
	width: 1150px;
	margin: 0px auto;
}
.top-menu {
	float: left;
	margin-top: 13px;
	margin-left: -1px;
}

.top-menu ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

.top-menu li {
	display:inline;
	list-style-type:none;
}

.top-menu li a {

	padding-top: 13px;
	padding-bottom: 17px;
	padding-left: 27px;
	padding-right: 27px;
	border-right: 1px solid #0d2e5d;
	text-transform: uppercase;
	color: #f1f1f1;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-shadow: -2px 0 3px #333;
}

.top-menu li a:hover {
		color: #ddd;
		background-color: #072551;
}




/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background:url(/web/20160326043549im_/http://melloboat.se/en/wp_content/themes/melloboat/images/ie7_fix.gif) repeat;
}

/* =Responsive Menu (Tinynav.js)
-------------------------------------------------------------- */
.tinynav { 
    display:none 
}

/* =Sub Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color:#fff;
	border:1px solid #d6d6d6;
	border-top:none;
	clear:both;
	margin:0 auto;
}

.sub-header-menu, .sub-header-menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.sub-header-menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;

}

.sub-header-menu li:hover {
	white-space:normal;

}

.sub-header-menu li li {
	float:none;
}

.sub-header-menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;

}

.sub-header-menu li:hover > ul {
	top:100%;
	visibility:visible;
}

.sub-header-menu li li:hover > ul {
	left:100%;
	top:0;
}

.sub-header-menu:after, .sub-header-menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.sub-header-menu, .sub-header-menu ul {
	min-height:0;
}

.sub-header-menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.sub-header-menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.sub-header-menu ul li a:hover, .sub-header-menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.sub-header-menu ul {
	width:14em;
}

.sub-header-menu a {
	border-left:1px solid #e2e2e2;
	color:#333;
	display:block;
	font-size:13px;
	font-weight:700;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 0.9em;
	position:relative;
	text-decoration:none;
	text-shadow:none;
}

.sub-header-menu a:hover {
	background-color:#f9f9f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a {
	background-color:#f9f9f9;
}

.sub-header-menu li li {
	background:#fff;
	background-image:none;
	border:1px solid #d6d6d6;
	border-top:none;
	color:#444;
	filter:none;
	width:auto;
}

.sub-header-menu li li a {
	border:none;
	color:#444;
	font-size:12px;
	font-weight:400;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	text-shadow:none;
}

.sub-header-menu li li a:hover {
	background:#f9f9f9;
	background-image:none;
	border:none;
	color:#444;
	filter:none;
}

.sub-header-menu ul > li + li {
	border-top:0;
}

.sub-header-menu li li:hover > ul {
	left:100%;
	top:0;
}

.sub-header-menu > li:first-child > a {
	border-left:none;
}

.sub-header-menu > li:first-child > a, .sub-header-menu li + li + li li:first-child > a {
}

.sub-header-menu ul.children a, .sub-header-menu .current_page_ancestor, .sub-header-menu .current_page_ancestor ul a {
	background:none;
	background-image:none;
	filter:none;
}

/* =Sub Header Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background:url(/web/20160326043549im_/http://melloboat.se/en/wp_content/themes/melloboat/images/ie7_fix.gif) repeat;
}


/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear:both;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:10px 0;
	padding:5px 0;
}

.pagination a {
	text-decoration:none;
}

.pagination a:hover, .pagination a:active {
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size:12px;
	padding:40px 0 0 0;
	margin-bottom: 20px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin:0;
}

.commentlist {
	border-bottom:1px dotted #eee;
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#fff;
	border-radius:4px;
	margin:0;
	padding:1em;
}

.commentlist li p {
	font-size:14px;
}

.commentlist p {
	margin:0;
}

.reply {
	margin:10px 0;
}

.commentlist li cite {
	color:#111;
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
}

.commentlist li.alt {
	background:#f9f9f9;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .avatar {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
	margin-right:10px;
	padding:0;
	vertical-align:middle;
}

.commentlist .children .avatar {
	height:33px;
	width:33px;
}

.comment-author .fn {
}

.comment-author .says {
	color:#999;
}

.comment-body .comment-meta {
	color:#999;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

.comment-body .comment-meta a {
	font-size:11px;
}

.comment-body {
	clear:both;
}

.comment-body p {
	clear:both;
	padding-top:10px;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style:none;
	margin:20px 0;
}

.pingback cite, .trackback cite {
	font-style:normal;
}

#comments, #pings {
	text-align:left;
}

#respond {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-o-linear-gradient(top, #ffffff, #eaeaea);
	background-image:linear-gradient(top, #ffffff, #eaeaea);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-radius:2px;
	clear:both;
	padding:10px 20px 50px;
}

#respond label {
	display:inline;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond .comment-form-comment textarea {
	display:block;
}

.nocomments {
	color:#999;
	font-size:.9em;
	text-align:center;
}

#commentform input.error, #commentform textarea.error {
	background-color:#f6cbca;
}

#commentform div.error, #commentform label.error {
	color:#cb2026;
}

#commentform div.errorlabels label {
	display:block;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
	margin:0 auto 18px;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px;
}

.gallery img {
	border:1px solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto;
	max-width:96%;
	padding:5px;
	width:auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
	display:block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	display:block;
	margin:15px auto;
	width:auto;
}

/* =Footer
-------------------------------------------------------------- */
#attending {
	width: 1010px;
	height:390px;
	float: left;
	/*border-bottom: 1px solid #193e75;*/
	padding-bottom: 40px;
	margin-bottom: 100px;

}

#footer {
	width: 100%;
	
	background: URL("/en/footerbg.png");
	background-position: bottom;
	float: left;
	background-repeat: repeat-x;
	margin-top: 20px;
}

#inner-footer {
	width: 1010px;

	margin: 0px auto;
}

#upper-footer {
	width: 1010px;
	float: left;
	height: 200px;
	padding-top: 40px;
	border-top: 1px solid #17407c;
}

#upper-footer ul {
	float: left;
	list-style: none;
	margin-right: 20px;
}

#upper-footer ul li a {
	color: #f1f1f1;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
}

#upper-footer ul li a:hover {
	color: #ffed00;
}
#upper-footer-box {

	float: left;
	margin-right: 60px;
}

#upper-footer-menu {
	
	float: left;
	margin-right: 60px;
}

#upper-footer-menu a {
	text-decoration: none;
	color: #fff;
}

#upper-footer-menu a:hover {
	text-decoration: underline;
}
#upper-footer-box a {
	color: #ffed00;
}

#upper-footer-box a:hover {
	color: #e1e1e1;
}


#upper-footer-box h3 {
	text-transform: uppercase;
	font-size: 13px;
}

#upper-footer-menu h3 {
	text-transform: uppercase;
	font-size: 13px;
}
#down-footer {
	width: 1010px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 70px;
}

#inner-down-footer {
	margin: 0px auto;
	text-align: center;
}


/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style:none;
	line-height:normal;
	margin:0;
	text-align:right;
}

#footer .twitter-icon, #footer .youtube-icon, #footer .facebook-icon, #footer .linkedin-icon, #footer .rss-feed-icon, #footer .google-plus-icon, #footer .stumble-upon-icon, #footer .instagram-icon, #footer .pinterest-icon, #footer .yelp-icon, #footer .vimeo-icon, #footer .foursquare-icon {
	display:inline;
	margin:1px;
	padding-left:3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, #container:after, .widget-wrapper:after {
	clear:both;
	content:"\0020";
	display:block;
	height:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
}

.clearfix, #container, .widget-wrapper {
	display:inline-block;

}

*html .clearfix, *html #container, *html .widget-wrapper {
	height:1%;
}

.clearfix, #container, .widget-wrapper {
	display:block;
}

.clear {
	clear:both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:bidi-override;
}

BDO[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:bidi-override;
}

[DIR="ltr"] {
   direction:ltr;
   unicode-bidi:embed;
}

[DIR="rtl"] {
   direction:rtl;
   unicode-bidi:embed;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before:always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after:avoid;
    }

    ul,  ol,  dl {
	    page-break-before:avoid;
    }
}


/*"The last 29 days of the month are the hardest."- Nikola Tesla*/

#wrapper {
	width: 1010px;
	margin: 0px auto;
	z-index: -1;
}


/* FORMISCO EDIT */



#content-home {
	width: 1010px;
	height: 925px;
}

#slider {
	width: 1010px;
	height: 390px;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;

}

.lasmer-slide {
	margin-top: 10px;
	margin-left: -5px;
}

#read-more { margin-top: 20px; float: right; }

#youtube {
	width: 520px;
	height: 340px;
	float: left;
}

#infobox {
	width: 400px;
	height: 350px;
	padding-top: 30px;
	padding-left: 45px;
	float: left;
}

#upper-boxes {
	width: 1010px;
	height: 260px;
	float: left;
	padding-bottom: 0px;
	margin-top: 0px;
	
	
}

#frontbox {
	width: 325px;
	height: 220px;
	background: URL("/en/frontboxbg.png");
	background-repeat:no-repeat;
	float: left;
	margin-right: 10px;

}

#frontbox p {
	padding-left: 25px;
	padding-right: 30px;
}

#frontbox h2 {
	padding-top: 30px;
	padding-left: 25px;
}

#lasmer {
	width: 140px;
	height: 40px;
	background: url("/web/20160326043549im_/http://melloboat.se/en/lasmer.png");
	background-repeat: no-repeat;
	float: right;
	margin-right: 20px;
	margin-top: -10px;
}

#lasmer:hover {
	background: url("/web/20160326043549im_/http://melloboat.se/en/lasmer_hover.png");
	background-repeat: no-repeat;
}

#buynow {
	width: 140px;
	height: 40px;
	background: url("/web/20160326043549im_/http://melloboat.se/en/support.png");
	background-repeat: no-repeat;
	float: right;
	margin-right: 20px;
	margin-top: -10px;
}

#buynow:hover {
	background: url("/web/20160326043549im_/http://melloboat.se/en/support_hover.png");
	background-repeat: no-repeat;
}

#lineup {
	width: 155px;
	height: 40px;
	background: url("/web/20160326043549im_/http://melloboat.se/en/lineup.png");
	background-repeat: no-repeat;
	float: left;
	margin-left: -3px;
	margin-top: 15px;
}

#lineup:hover {
	background: url("/web/20160326043549im_/http://melloboat.se/en/lineup_hover.png");
	background-repeat: no-repeat;
}




h1 {
	
	padding: 0;
	margin: 0;
	font-size: 34px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 25px;

}

h2 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 19px;
	font-weight: 400;
	line-height: 18px;

}


#inner-box-2 img {
	padding-bottom: 30px;
}

#inner-content-bg {
	width: 665px;
	height: 40px;
	background: url("https://web.archive.org/web/20160326043549im_/http://www.formisco.se/albaconwp/inner-content-bg.png");
	background-repeat: no-repeat;
	margin-top: -5px;
	float: left;


}

#inner-box-2 {

}

#latest-posts {
	float: left;
	width: 325px;
}


#latest-posts ul {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-right: 25px;
}

#latest-posts ul li {
	list-style: none;
	padding: 0;
	margin 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 23px;
}

#latest-posts ul li a {
	font-weight: 300;
	font-size: 12px;
	line-height: 23px;
	color: #c8c8c8;
	text-decoration: none;
}

#latest-posts ul li a:hover {
	text-decoration: underline;
}

.google-map-placeholder {
border: 1px solid #fff;
margin-bottom: 40px;
}

.wpcf7-submit {
	background: url("https://web.archive.org/web/20160326043549im_/http://www.formisco.se/albaconwp/skicka.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 40px;

}

#inner-box h1 a {
color: #fff;
text-decoration: none;
}

.fbFeedbackPost .postText {
color: #fff;
}

.fb-comments fb_iframe_widget { color: #fff; }

#facebook { color: #fff; }
#feedback_1puFGEFA4X3vZ2CsX ul li { color: #fff; }
.postContainer .fsl .fwb .fcb {color: #fff; }
.postContainer, .fsl, .fwb, .fcb, {color: #fff; }

a.uiLinkSubtle {
color: #fff;
}

.fluid .slideshow-content img {
	max-width: 100%!important;
	width: auto;
	height: auto;
	margin: 0px auto;
}

.slideshow-nav a {
text-decoration: none;
color: #FFED00;
}

.slideshow-nav { text-align: center; margin: 0px auto;margin-top: 60px;margin-bottom: 40px;}

.portfolio-slideshow { text-align: center; margin-bottom: 30px;}

.pscarousel { text-align: center; margin-left: 40px; }

#countdown {margin: 0px auto;margin-top: 30px; margin-bottom: 90px;font-family: 'Lato', sans-serif; font-weight: 300;font-size: 11px;text-align: center;}

#countdown input[type="text"] { border: 0px; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 200;text-transform: uppercase; letter-spacing: 0.08em;color: #0a3575;background-color: transparent;text-align: center;font-size: 11px;  font-weight: bold;width: 45%;background-color: #FFED00;padding: 11px 0px;}

audio {
	background-color: #072c61;
}
/*
     FILE ARCHIVED ON 04:35:49 Mar 26, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:33:05 Jul 07, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 35.525 (3)
  esindex: 0.01
  captures_list: 53.694
  CDXLines.iter: 13.603 (3)
  PetaboxLoader3.datanode: 53.833 (4)
  exclusion.robots: 0.196
  exclusion.robots.policy: 0.182
  RedisCDXSource: 0.947
  PetaboxLoader3.resolve: 135.71
  load_resource: 166.324
*/